Flash View
A custom WebView subclass designed to display Adobe Flash (SWF) content.
FlashView
configures a WebView
with the necessary settings to enable Flash plugin support (where available on the device and Android version) and loads an HTML container that then loads the specified SWF file. It handles passing FlashVars to the SWF and facilitates JavaScript communication for control.
This view implements RevelControl for integration into a broader playback system and OnCommandListener to receive commands that can be relayed to the Flash content via JavaScript.
**Note:** Adobe Flash Player is no longer supported on modern Android versions and has been deprecated. The functionality of this view is highly dependent on the device having a compatible Flash Player plugin installed, which is increasingly rare. This view is likely intended for legacy systems or specific environments where Flash support is still a requirement and available.